home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / RFZap 1.0.2 / RFZap Docs next >
Encoding:
Text File  |  1994-01-25  |  2.5 KB  |  65 lines  |  [TEXT/MPS ]

  1. RFZap 1.0.2
  2.  
  3. Copyright © 1993, 1994
  4. Paul Lemieux
  5. 905 Union Street
  6. Cary, NC 27511
  7. AOL: PaulLX
  8. Internet: lpl@epavax.rtpnc.epa.gov
  9. AppleSeeds BBS
  10. 919-481-4896 HST 16.8 bps, FIDONet 1:151/152
  11. 919-469-5867 Hayes Optima 28.8 kbps
  12.  
  13. RFZap is a small drop-box type application that deletes the resource
  14. fork of any file.  The need for RFZap came about because the FIDONet
  15. mailer Tabby has problems with the resource forks of files, which
  16. result in a trashed resource fork.  This would not be a problem for
  17. most archive files like Stuffit, since the archive is in the data
  18. fork.  However, some Mac Bulletin Boards (BBSs), including TeleFinder,
  19. FirstClass, and NovaLink use the resource fork of the archive file
  20. to hold a description.  If a file's resource fork is trash, then you
  21. can't edit or add a description.  Previously, the only way to fix a
  22. Stuffit archive with a bad resource fork is to uncompress it and
  23. recompress it.  Now, simply by dropping the archive onto RFZap the
  24. offending resource fork will be deleted.
  25.  
  26. CAUTION: Be careful about what files you drop on RFZap!  Deleting
  27. the resource fork of an application (except self-extracting archives)
  28. will TOTALLY DESTROY the application.
  29.  
  30. RFZap was written in MPW Pascal.  It is based on the very nice little
  31. DropShell program written by Leonard Rosenthol and Stephan Somogyi.
  32. Since Leonard and Stephan took the time to write DropShell and give it
  33. away for free, I can't ethically charge for RFZap, since it was only
  34. the work of a few hours.
  35.  
  36. Special Behavior of RFZap
  37. 1) Compact Pro, DiskDoubler and Stuffit Deluxe self-extracting archives
  38.     are changed into their non-self-extracting counterparts.
  39.    
  40. Future Plans
  41. 1) Change extensions of converted .sea's to the right extension.
  42. 2) Change the cursor while the files are being converted.
  43.    
  44. Release History
  45.  
  46. 1.0.2 - January 25, 1994
  47.     - fixed a bug where RFZap would give a -50 error if both it and
  48.       the files to be zapped were not on the boot volume.
  49.       
  50. 1.0.1 - January 23, 1994
  51.     - fixed bug where files would get corrupted if over 100 files
  52.       were dragged onto RFZap.
  53.     - added error dialog box for disk errors.  Better error recovery.
  54.     - shows file name in the window while being zapped.
  55.     - flushes volume after zapping file.
  56.  
  57. 1.0 - August 8, 1993; Fixed DiskDoubler SEA creator.
  58.  
  59. 1.0b2 - June 6, 1993; Fixed splash screen's title and content.
  60.                       Added support for DiskDoubler .sea's
  61.                       confirmation prior to zapping executables,
  62.                       including applications, DA's, INITs, cdevs,
  63.                       printer drivers, and RDEVs.
  64.  
  65. 1.0b1 - May 21, 1993; First public release